﻿ 
.module-hero {
    align-content: center !important;
    display: grid !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 350px !important;
    justify-content: center !important;
}

.module-hero picture {
    grid-area: 1/1/2/2 !important;
}

    .module-hero picture img {
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
    }


.module-hero .content {
    align-items: center !important;
    display: grid !important;
    grid-area: 1/1/2/2 !important;
}

    .module-hero .content .content-wrapper {
        color: white !important;
    }

        .module-hero .content .content-wrapper h1 {
            font-size: calc(10pt + 0.15vw) !important;
        }

        .module-hero .content .content-wrapper p {
            font-size: calc(10pt + 0.15vw) !important;
        }

        .module-hero .content .content-wrapper button {
            background-color: transparent !important;
            border: 1px solid white !important;
            border-radius: 0.5em !important;
            color: white !important;
            text-align: center !important;
        }


 
@import url(https://fonts.googleapis.com/css?family=Lato:400,600,700);

.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 20px;
    margin: 6px 2%;
    max-width: 427px;
    max-width: 347px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
    text-align: center;
    
}

.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.snip1527 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.snip1527 figcaption {
    padding: 37px 149px 30px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

    .snip1527 figcaption:before {
        content: '';
        background: -moz-linear-gradient(90deg, #3c8079 0%, #3c8079 100%,#3c8079 100%);
        background: -webkit-linear-gradient(90deg, #3c8079 0%, #3c8079 100%, #3c8079 100%);
        background: linear-gradient(90deg, #3c8079 0%, #3c8079 100%, #3c8079 100%);
    }

.snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
}

    .snip1527 .date span {
        display: block;
        line-height: 14px;
    }

    .snip1527 .date .month {
        font-size: 11px;
    }

}

.snip1527 h3 {
}

.snip1527 p {
}

.snip1527 a {
    left: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    text-align: center;
}


/* Demo purposes only */


 